|
|
|
|
Align Property, TabClass Class |
Defines the tab's text and image alignment.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property Align As TabAlignStyle |
C# |
public TabAlignStyle Align { get; set; } |
C++ |
public: property TabAlignStyle Align { |
Property Value
The text and image alignment.
Value |
Description |
|
0 | The graphic is displayed to the left of the tab text. Text and graphic are horizontally and vertically centered within the tab. | |
1 | The graphic is displayed to the right of the tab text. Text and graphic are horizontally and vertically centered within the tab. | |
2 | The graphic is displayed above the tab text. Text and graphic are horizontally and vertically centered within the tab. | |
3 | The graphic is displayed below the tab text. Text and graphic are horizontally and vertically centered within the tab. | |
4 | The graphic is displayed to the left of the tab text. Text and graphic are displayed left adjusted and vertically centered within the tab. | |
5 | The graphic is displayed to the right of the tab text. Text and graphic are displayed right adjusted and vertically centered within the tab. |
The default value is TabAlignStyle.LeftGraph.
Comments
The Align property defines the tab's text and image alignment.
This property is no longer used and has been replaced by new features starting with SftTabs/NET 6.0.
Parts alignment is defined using the HAlign and VAlign properties and can be defined for each part individually.